home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / games / buzzwordBingo / Makefile < prev    next >
Encoding:
Makefile  |  1994-08-02  |  137 b   |  12 lines

  1. #!smake
  2.  
  3. include $(ROOT)/usr/include/make/commondefs
  4.  
  5. TARGETS    = bingo
  6. CFILES    = bingo.c
  7.  
  8. default all: $(TARGETS)
  9.  
  10. include $(COMMONRULES)
  11.  
  12.